100 |
How can I change the background color for parts of the text
|
99 |
How can I change the foreground color for parts of the text
|
98 |
How can I show the node as strikeout
|
97 |
How can I show the node as underlined
|
96 |
How can I show the node as italic
|
95 |
How can I bold the node
|
94 |
How can I change the node's caption
|
93 |
How can I display hierarchical the child nodes so they are indented relative to their parents
|
92 |
How can I display the child nodes as a tree, so they are indented relative to their parents
|
91 |
How can I indent the child nodes relative to their parents
local var_Nodes as INodes oDCOCX_Exontrol1:IndentChild := 32 oDCOCX_Exontrol1:HasButtons := exPlus oDCOCX_Exontrol1:Root:Image := 0 var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("AsTree",nil,"1234",nil,nil):ArrangeSiblingNodesAs := exTree var_Nodes:Add("Sub 1","1234",nil,nil,nil) var_Nodes:Add("Sub 2","1234","456",nil,nil) var_Nodes:Add("Item 1","456",nil,nil,nil) var_Nodes:Add("Item 2","456","78",nil,nil):Expanded := false var_Nodes:Add("Item 2.1","78",nil,nil,nil) var_Nodes:Add("Item 2.2","78",nil,nil,nil) var_Nodes:Add("Item 3","456",nil,nil,nil) var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("Child 2",nil,"AA",nil,nil) var_Nodes:Add(AsString(1),"AA",nil,nil,nil) var_Nodes:Add(AsString(2),"AA","BB",nil,nil) var_Nodes:Add("2.1","BB",nil,nil,nil) var_Nodes:Add("2.2","BB",nil,nil,nil) var_Nodes:Add(AsString(3),"AA",nil,nil,nil) |
90 |
How can I increase the distance between nodes
|
89 |
How can I increase the distance between nodes
|
88 |
How can I add an anchor or a hyperlink
local var_Nodes as INodes oDCOCX_Exontrol1:Root:Image := 0 var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("<a1>Link 1</a>",nil,"1234",nil,nil) var_Nodes:Add("Sub <a1>Link 1</a>","1234",nil,nil,nil) var_Nodes:Add("Sub 2","1234",nil,nil,nil) var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("<a2>Link 2</a>",nil,nil,nil,nil) |
87 |
Can I change the visual effect, appearance for the anchor, hyperlink elements, in HTML captions, after the user clicks it
local var_Nodes as INodes oDCOCX_Exontrol1:[FormatAnchor,false] := "<u><fgcolor=880000> </fgcolor></u>" oDCOCX_Exontrol1:Root:Image := 0 var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("<a1>Link 1</a>",nil,"1234",nil,nil) var_Nodes:Add("Sub <a1>Link 1</a>","1234",nil,nil,nil) var_Nodes:Add("Sub 2","1234",nil,nil,nil) var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("<a2>Link 2</a>",nil,nil,nil,nil) |
86 |
Can I change the visual effect, appearance for the anchor, hyperlink elements, in HTML captions
local var_Nodes as INodes oDCOCX_Exontrol1:[FormatAnchor,true] := "<u><fgcolor=FF0000> </fgcolor></u>" oDCOCX_Exontrol1:Root:Image := 0 var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("<a1>Link 1</a>",nil,"1234",nil,nil) var_Nodes:Add("Sub <a1>Link 1</a>","1234",nil,nil,nil) var_Nodes:Add("Sub 2","1234",nil,nil,nil) var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("<a2>Link 2</a>",nil,nil,nil,nil) |
85 |
How can I save data in XML format
|
84 |
Can I load data from XML files
|
83 |
How can I assign multiple icons to a node
local var_Node as INode local var_Nodes as INodes oDCOCX_Exontrol1:Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yNAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=") oDCOCX_Exontrol1:[HTMLPicture,"pic1"] := "c:\exontrol\images\zipdisk.gif" oDCOCX_Exontrol1:Root:Image := 0 var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,"1234",nil,nil) var_Nodes:Add("Sub 1","1234",nil,nil,nil):Caption := "<img>1</img> text <img>2</img> and so on<br>bla <b>bla</b> left<r><img>3</img>" var_Node := var_Nodes:Add("Sub 2","1234",nil,nil,nil) var_Node:Caption := "<img>pic1</img> text <img>1:6</img><img>1:6</img><img>1</img> <img>2</img>" var_Node:FixedWidth := 124 var_Node:FixedHeight := 48 var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
82 |
How can I assign multiple pictures to a node
|
81 |
How can I change the color of the line that links assistant nodes
local var_Node as INode local var_Nodes as INodes oDCOCX_Exontrol1:LinkAssistantColor := RGB(255,0,0) var_Node := oDCOCX_Exontrol1:Root var_Node:Image := 0 var_Node:AddAssistant("Assistant 1",nil,nil) var_Node:AddAssistant("Assistant 2",nil,nil) var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,"1234",nil,nil) var_Nodes:Add("Sub 1","1234",nil,nil,nil) var_Nodes:Add("Sub 2","1234",nil,nil,nil) var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
80 |
How can I change the width of the line that links assistant nodes
local var_Node as INode local var_Nodes as INodes oDCOCX_Exontrol1:PenLinkAssistant := exPenSolid oDCOCX_Exontrol1:PenWidthLinkAssistant := 4 var_Node := oDCOCX_Exontrol1:Root var_Node:Image := 0 var_Node:AddAssistant("Assistant 1",nil,nil) var_Node:AddAssistant("Assistant 2",nil,nil) var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,"1234",nil,nil) var_Nodes:Add("Sub 1","1234",nil,nil,nil) var_Nodes:Add("Sub 2","1234",nil,nil,nil) var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
79 |
How can I change the style of the line that links assistant nodes
|
78 |
How can I change the shape of the cursor when it hovers the +/- or expand/collapse buttons
|
77 |
How do I change the shape of the cursor when the user clicks an drags the chart
local var_Node as INode local var_Nodes as INodes oDCOCX_Exontrol1:[Cursor,exDragChart] := "exHelp" var_Node := oDCOCX_Exontrol1:Root var_Node:Image := 0 var_Node:AddAssistant("Assistant 1",nil,nil) var_Node:AddAssistant("Assistant 2",nil,nil) var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,"1234",nil,nil):Expanded := false var_Nodes:Add("Sub 1","1234",nil,nil,nil) var_Nodes:Add("Sub 2","1234",nil,nil,nil) var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
76 |
How do I change the shape of the cursor when it hovers a node
local var_Node as INode local var_Nodes as INodes oDCOCX_Exontrol1:[Cursor,exNodeArea] := "exHelp" var_Node := oDCOCX_Exontrol1:Root var_Node:Image := 0 var_Node:AddAssistant("Assistant 1",nil,nil) var_Node:AddAssistant("Assistant 2",nil,nil) var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,"1234",nil,nil):Expanded := false var_Nodes:Add("Sub 1","1234",nil,nil,nil) var_Nodes:Add("Sub 2","1234",nil,nil,nil) var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
75 |
How do I change the shape of the cursor when it hovers the chart
local var_Node as INode local var_Nodes as INodes oDCOCX_Exontrol1:[Cursor,exChartArea] := "exHelp" var_Node := oDCOCX_Exontrol1:Root var_Node:Image := 0 var_Node:AddAssistant("Assistant 1",nil,nil) var_Node:AddAssistant("Assistant 2",nil,nil) var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,"1234",nil,nil):Expanded := false var_Nodes:Add("Sub 1","1234",nil,nil,nil) var_Nodes:Add("Sub 2","1234",nil,nil,nil) var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
74 |
How can I copy and paste the control's content to Microsoft Word for instance
local var_Node as INode local var_Nodes as INodes oDCOCX_Exontrol1:HasButtons := exPlus oDCOCX_Exontrol1:PenLink := exPenSolid oDCOCX_Exontrol1:PenWidthLink := 3 var_Node := oDCOCX_Exontrol1:Root var_Node:Image := 0 var_Node:AddAssistant("Assistant 1",nil,nil) var_Node:AddAssistant("Assistant 2",nil,nil) var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,"1234",nil,nil):Expanded := false var_Nodes:Add("Sub 1","1234",nil,nil,nil) var_Nodes:Add("Sub 2","1234",nil,nil,nil) var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
73 |
How can I copy and paste the control's content to Microsoft Word for instance
local var_Node as INode local var_Nodes as INodes oDCOCX_Exontrol1:HasButtons := exPlus oDCOCX_Exontrol1:ButtonsAlign := MiddleRight var_Node := oDCOCX_Exontrol1:Root var_Node:Image := 0 var_Node:AddAssistant("Assistant 1",nil,nil) var_Node:AddAssistant("Assistant 2",nil,nil) var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,"1234",nil,nil):Expanded := false var_Nodes:Add("Sub 1","1234",nil,nil,nil) var_Nodes:Add("Sub 2","1234",nil,nil,nil) var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
72 |
How can I enable or disable expanding or collapsing a node when user double clicks it
|
71 |
How can I align the +/- expand or collapse buttons to the right
|
70 |
Can I display the +/- expand or collapse buttons using your EBN files
local var_Appearance as IAppearance local var_Node as INode local var_Nodes as INodes var_Appearance := oDCOCX_Exontrol1:VisualAppearance var_Appearance:Add(11,"c:\exontrol\images\normal.ebn") var_Appearance:Add(22,"c:\exontrol\images\pushed.ebn") var_Appearance:Add(1,"CP:11 2 2 -2 -2") var_Appearance:Add(2,"CP:22 2 2 -2 -2") oDCOCX_Exontrol1:HasButtons := exCustom oDCOCX_Exontrol1:[HasButtonsCustom,true] := 33554432 oDCOCX_Exontrol1:[HasButtonsCustom,false] := 16777216 var_Node := oDCOCX_Exontrol1:Root var_Node:Image := 0 var_Node:AddAssistant("Assistant 1",nil,nil) var_Node:AddAssistant("Assistant 2",nil,nil) var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,"1234",nil,nil):Expanded := false var_Nodes:Add("Sub 1","1234",nil,nil,nil) var_Nodes:Add("Sub 2","1234",nil,nil,nil) var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
69 |
How can I change the +/- expand or collapse buttons
|
68 |
How can I change the +/- expand or collapse buttons
|
67 |
How can I display +/- expand or collapse buttons
|
66 |
How do I show or hide the assistant nodes
|
65 |
How do I scale or zoom the chart
local var_Nodes as INodes oDCOCX_Exontrol1:BorderWidth := 18 oDCOCX_Exontrol1:BorderHeight := 18 oDCOCX_Exontrol1:ZoomWidthMode := exCustomSize oDCOCX_Exontrol1:ZoomHeightMode := exCustomSize oDCOCX_Exontrol1:ZoomWidth := 2 oDCOCX_Exontrol1:ZoomHeight := 2 oDCOCX_Exontrol1:Root:Image := 0 var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,"1234",nil,nil) var_Nodes:Add("Sub 1","1234",nil,nil,nil) var_Nodes:Add("Sub 2","1234",nil,nil,nil) var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
64 |
How do I scale or zoom the chart
local var_Nodes as INodes oDCOCX_Exontrol1:BorderWidth := 18 oDCOCX_Exontrol1:BorderHeight := 18 oDCOCX_Exontrol1:ZoomWidthMode := exControlSize oDCOCX_Exontrol1:ZoomHeightMode := exControlSize oDCOCX_Exontrol1:Root:Image := 0 var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,"1234",nil,nil) var_Nodes:Add("Sub 1","1234",nil,nil,nil) var_Nodes:Add("Sub 2","1234",nil,nil,nil) var_Nodes:Add("Sub 3","1234",nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
63 |
How can I ensure that the selected node is visible or fits the chart's area
|
62 |
How do I avoid slow moving the chart when the user selects a new node
|
61 |
How do I ensure that a node is visible or fits the chart's area
|
60 |
How do I change the root node, so it explore from a specified node
|
59 |
How do I select a node
|
58 |
How do I get the node from the cursor
|
57 |
How do I fix the height for all nodes
|
56 |
How do I fix the width for all nodes
|
55 |
How do I change the style of the link between nodes
|
54 |
How do I change the color to link the nodes
local var_Nodes as INodes oDCOCX_Exontrol1:LinkColor := RGB(255,0,0) var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
53 |
How do I change the shape for selected node, using your EBN files
|
52 |
How do I change the color for selected node
local var_Nodes as INodes oDCOCX_Exontrol1:SelColor := RGB(0,0,255) oDCOCX_Exontrol1:SelectNode := "root" oDCOCX_Exontrol1:HideSelection := false var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
51 |
How do I hide the node's shadow
|
50 |
How do I change the pen to draw the border for all nodes
|
49 |
How do I change the shape of the border for all nodes
|
48 |
How do I change the shape of the border for all nodes
|
47 |
How do I change the foreground color for all nodes
local var_Nodes as INodes oDCOCX_Exontrol1:ForeColorNode := RGB(255,0,0) var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
46 |
How do I change the background color for all nodes
local var_Nodes as INodes oDCOCX_Exontrol1:BackColorNode := RGB(255,0,0) var_Nodes := oDCOCX_Exontrol1:Nodes var_Nodes:Add("Child <b>1</b>",nil,nil,nil,nil) var_Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) |
45 |
How do I change the key of the root
|
44 |
How do I change the caption of the root
|
43 |
How do I access the root node
|
42 |
How do I access the nodes collection
|
41 |
How do I refresh the control
|
40 |
How do I prevent painting while several changes are performed
oDCOCX_Exontrol1:BeginUpdate() oDCOCX_Exontrol1:Nodes:Add("Child <b>1</b>",nil,nil,nil,nil) oDCOCX_Exontrol1:Nodes:Add("Child <b>2</b>",nil,nil,nil,nil) oDCOCX_Exontrol1:EndUpdate() |
39 |
How do I indent the full chart to the right
oDCOCX_Exontrol1:BorderWidth := 8 oDCOCX_Exontrol1:BorderHeight := 8 |
38 |
How can I change the node's border/frame, using your EBN files
|
37 |
How can still display the selected node when the control loses the focus
|
36 |
How do I disable or enable the control
|
35 |
How do I change the visual aspect for thumb parts in the scroll bars, using EBN
oDCOCX_Exontrol1:VisualAppearance:Add(1,"c:\exontrol\images\normal.ebn") oDCOCX_Exontrol1:VisualAppearance:Add(2,"c:\exontrol\images\pushed.ebn") oDCOCX_Exontrol1:VisualAppearance:Add(3,"c:\exontrol\images\hot.ebn") oDCOCX_Exontrol1:[Background,exHSThumb] := 0x1000000 oDCOCX_Exontrol1:[Background,exHSThumbP] := 0x2000000 oDCOCX_Exontrol1:[Background,exHSThumbH] := 0x3000000 oDCOCX_Exontrol1:[Background,exVSThumb] := 0x1000000 oDCOCX_Exontrol1:[Background,exVSThumbP] := 0x2000000 oDCOCX_Exontrol1:[Background,exVSThumbH] := 0x3000000 oDCOCX_Exontrol1:FixedWidthNode := 320 |
34 |
How do I change the visual aspect only for the thumb in the scroll bar, using EBN
oDCOCX_Exontrol1:VisualAppearance:Add(1,"c:\exontrol\images\normal.ebn") oDCOCX_Exontrol1:VisualAppearance:Add(2,"c:\exontrol\images\pushed.ebn") oDCOCX_Exontrol1:VisualAppearance:Add(3,"c:\exontrol\images\hot.ebn") oDCOCX_Exontrol1:[Background,exHSThumb] := 0x1000000 oDCOCX_Exontrol1:[Background,exHSThumbP] := 0x2000000 oDCOCX_Exontrol1:[Background,exHSThumbH] := 0x3000000 oDCOCX_Exontrol1:[ScrollThumbSize,exHScroll] := 96 oDCOCX_Exontrol1:FixedWidthNode := 320 |
33 |
I've seen that you can change the visual appearance for the scroll bar. How can I do that
oDCOCX_Exontrol1:VisualAppearance:Add(1,"c:\exontrol\images\normal.ebn") oDCOCX_Exontrol1:VisualAppearance:Add(2,"c:\exontrol\images\pushed.ebn") oDCOCX_Exontrol1:VisualAppearance:Add(3,"c:\exontrol\images\hot.ebn") oDCOCX_Exontrol1:[Background,exSBtn] := 0x1000000 oDCOCX_Exontrol1:[Background,exSBtnP] := 0x2000000 oDCOCX_Exontrol1:[Background,exSBtnH] := 0x3000000 oDCOCX_Exontrol1:[Background,exHSBack] := RGB(240,240,240) oDCOCX_Exontrol1:[Background,exVSBack] := RGB(240,240,240) oDCOCX_Exontrol1:[Background,exSizeGrip] := RGB(240,240,240) oDCOCX_Exontrol1:FixedWidthNode := 320 |
32 |
Can I change the forecolor for the tooltip
oDCOCX_Exontrol1:ToolTipDelay := 1 oDCOCX_Exontrol1:ToolTipWidth := 364 oDCOCX_Exontrol1:[Background,exToolTipForeColor] := RGB(255,0,0) oDCOCX_Exontrol1:Root:ToolTip := "This is a bit of text that's shown when the cursor hovers the node." |
31 |
Can I change the background color for the tooltip
oDCOCX_Exontrol1:ToolTipDelay := 1 oDCOCX_Exontrol1:ToolTipWidth := 364 oDCOCX_Exontrol1:[Background,exToolTipBackColor] := RGB(255,0,0) oDCOCX_Exontrol1:Root:ToolTip := "This is a bit of text that's shown when the cursor hovers the node." |
30 |
Can I change the default border of the tooltip, using your EBN files
|
29 |
How do I call your x-script language
|
28 |
How do I call your x-script language
|
27 |
Can I change the font for the tooltip
local var_StdFont as stdFont oDCOCX_Exontrol1:ToolTipDelay := 1 // Generate Source for 'OLE Automation(stdole2.tlb)' server from Tools\Automation Server... with the PREFIX std var_StdFont := oDCOCX_Exontrol1:ToolTipFont var_StdFont:Name := "Tahoma" var_StdFont:Size := 14 oDCOCX_Exontrol1:ToolTipWidth := 364 oDCOCX_Exontrol1:Root:ToolTip := "This is a bit of text that's shown when the cursor hovers the node." |
26 |
I've seen that the width of the tooltip is variable. Can I make it larger
oDCOCX_Exontrol1:ToolTipWidth := 328 oDCOCX_Exontrol1:Root:ToolTip := "This is a bit of text that's shown when the cursor hovers the node." |
25 |
How do I let the tooltip being displayed longer
oDCOCX_Exontrol1:ToolTipPopDelay := 10000 oDCOCX_Exontrol1:Root:ToolTip := "This is a bit of text that's shown when the cursor hovers the node." |
24 |
How do I disable showing the tooltip for all control
oDCOCX_Exontrol1:ToolTipDelay := 0 oDCOCX_Exontrol1:Root:ToolTip := "This is a bit of text that's shown when the cursor hovers the node." |
23 |
How do I show the tooltip quicker
oDCOCX_Exontrol1:ToolTipDelay := 1 oDCOCX_Exontrol1:Root:ToolTip := "This is a bit of text that's shown when the cursor hovers the node." |
22 |
Can I change the order of the buttons in the scroll bar
oDCOCX_Exontrol1:[ScrollOrderParts,exHScroll] := "t,l,r" oDCOCX_Exontrol1:[ScrollOrderParts,exVScroll] := "t,l,r" oDCOCX_Exontrol1:FixedWidthNode := 320 |
21 |
The thumb size seems to be very small. Can I make it bigger
oDCOCX_Exontrol1:[ScrollThumbSize,exHScroll] := 164 oDCOCX_Exontrol1:FixedWidthNode := 320 |
20 |
How do I enlarge or change the size of the control's scrollbars
oDCOCX_Exontrol1:ScrollHeight := 18 oDCOCX_Exontrol1:ScrollWidth := 18 oDCOCX_Exontrol1:ScrollButtonWidth := 18 oDCOCX_Exontrol1:ScrollButtonHeight := 18 oDCOCX_Exontrol1:FixedWidthNode := 320 oDCOCX_Exontrol1:FixedHeightNode := 320 |
19 |
How can I display my text on the scroll bar, using a different font
oDCOCX_Exontrol1:[ScrollPartCaption,exHScroll,exThumbPart] := "This is just a text" oDCOCX_Exontrol1:[ScrollFont,exHScroll]:Size := 12 oDCOCX_Exontrol1:[ScrollThumbSize,exHScroll] := 128 oDCOCX_Exontrol1:ScrollHeight := 24 oDCOCX_Exontrol1:[ScrollPartCaption,exHScroll,exThumbPart] := "This is <s><font Tahoma;12> just </font></s> text" oDCOCX_Exontrol1:ScrollHeight := 20 oDCOCX_Exontrol1:FixedWidthNode := 320 |
18 |
How can I display my text on the scroll bar
oDCOCX_Exontrol1:[ScrollPartCaption,exHScroll,exThumbPart] := "this is just a text" oDCOCX_Exontrol1:[ScrollThumbSize,exHScroll] := 96 oDCOCX_Exontrol1:FixedWidthNode := 320 |
17 |
How do I assign a tooltip to a scrollbar
oDCOCX_Exontrol1:[ScrollToolTip,exHScroll] := "This is a tooltip being shown when you click and drag the thumb in the horizontal scroll bar" oDCOCX_Exontrol1:FixedWidthNode := 320 |
16 |
How do I assign an icon to the button in the scrollbar
oDCOCX_Exontrol1:Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yNAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=") oDCOCX_Exontrol1:[ScrollPartVisible,exHScroll,exLeftB1Part] := true oDCOCX_Exontrol1:[ScrollPartCaption,exHScroll,exLeftB1Part] := "<img>1</img>" oDCOCX_Exontrol1:ScrollHeight := 18 oDCOCX_Exontrol1:ScrollButtonWidth := 18 oDCOCX_Exontrol1:FixedWidthNode := 320 |
15 |
I need to add a button in the scroll bar. Is this possible
oDCOCX_Exontrol1:[ScrollPartVisible,exHScroll,exLeftB1Part] := true oDCOCX_Exontrol1:[ScrollPartCaption,exHScroll,exLeftB1Part] := "1" oDCOCX_Exontrol1:FixedWidthNode := 320 |
14 |
Can I display an additional buttons in the scroll bar
oDCOCX_Exontrol1:[ScrollPartVisible,exHScroll,exLeftB1Part] := true oDCOCX_Exontrol1:[ScrollPartVisible,exHScroll,exLeftB2Part] := true oDCOCX_Exontrol1:[ScrollPartVisible,exHScroll,exRightB6Part] := true oDCOCX_Exontrol1:[ScrollPartVisible,exHScroll,exRightB5Part] := true oDCOCX_Exontrol1:FixedWidthNode := 320 |
13 |
How do I change the control's foreground color
oDCOCX_Exontrol1:ForeColor := RGB(255,0,0) |
12 |
How do I change the control's background color
oDCOCX_Exontrol1:BackColor := RGB(200,200,200) |
11 |
How can I change the control's font
|
10 |
How do I put a picture on the center of the control
// Generate Source for 'OLE Automation(stdole2.tlb)' server from Tools\Automation Server... with the PREFIX std oDCOCX_Exontrol1:Picture := oDCOCX_Exontrol1:ExecuteTemplate("loadpicture(`c:\exontrol\images\zipdisk.gif`)") oDCOCX_Exontrol1:PictureDisplay := MiddleCenter |
9 |
How do I resize/stretch a picture on the control's background
// Generate Source for 'OLE Automation(stdole2.tlb)' server from Tools\Automation Server... with the PREFIX std oDCOCX_Exontrol1:Picture := oDCOCX_Exontrol1:ExecuteTemplate("loadpicture(`c:\exontrol\images\zipdisk.gif`)") oDCOCX_Exontrol1:PictureDisplay := Stretch |
8 |
How do I put a picture on the control's center right bottom side
// Generate Source for 'OLE Automation(stdole2.tlb)' server from Tools\Automation Server... with the PREFIX std oDCOCX_Exontrol1:Picture := oDCOCX_Exontrol1:ExecuteTemplate("loadpicture(`c:\exontrol\images\zipdisk.gif`)") oDCOCX_Exontrol1:PictureDisplay := LowerRight |
7 |
How do I put a picture on the control's center left bottom side
// Generate Source for 'OLE Automation(stdole2.tlb)' server from Tools\Automation Server... with the PREFIX std oDCOCX_Exontrol1:Picture := oDCOCX_Exontrol1:ExecuteTemplate("loadpicture(`c:\exontrol\images\zipdisk.gif`)") oDCOCX_Exontrol1:PictureDisplay := LowerLeft |
6 |
How do I put a picture on the control's center top side
// Generate Source for 'OLE Automation(stdole2.tlb)' server from Tools\Automation Server... with the PREFIX std oDCOCX_Exontrol1:Picture := oDCOCX_Exontrol1:ExecuteTemplate("loadpicture(`c:\exontrol\images\zipdisk.gif`)") oDCOCX_Exontrol1:PictureDisplay := UpperCenter |
5 |
How do I put a picture on the control's right top corner
// Generate Source for 'OLE Automation(stdole2.tlb)' server from Tools\Automation Server... with the PREFIX std oDCOCX_Exontrol1:Picture := oDCOCX_Exontrol1:ExecuteTemplate("loadpicture(`c:\exontrol\images\zipdisk.gif`)") oDCOCX_Exontrol1:PictureDisplay := UpperRight |
4 |
How do I put a picture on the control's left top corner
// Generate Source for 'OLE Automation(stdole2.tlb)' server from Tools\Automation Server... with the PREFIX std oDCOCX_Exontrol1:Picture := oDCOCX_Exontrol1:ExecuteTemplate("loadpicture(`c:\exontrol\images\zipdisk.gif`)") oDCOCX_Exontrol1:PictureDisplay := UpperLeft |
3 |
How do I put a picture on the control's background
|
2 |
How do I change the control's border, using your EBN files
oDCOCX_Exontrol1:VisualAppearance:Add(1,"c:\exontrol\images\normal.ebn") oDCOCX_Exontrol1:Appearance := 0x1000000 | |
1 |
How do I remove the control's border
|